x86: drop pointless uses of __func__ / __FUNCTION__
authorJan Beulich <jbeulich@suse.com>
Thu, 1 Sep 2016 13:21:06 +0000 (15:21 +0200)
committerJan Beulich <jbeulich@suse.com>
Thu, 1 Sep 2016 13:22:48 +0000 (15:22 +0200)
commitca0c9ed26cff8acd3063bfa60017c71517487658
tree1a8b19ea943526e3b785b4cbff5429d26c2e817c
parenteee5909e9d1e9fa991c7d76475612354c5a6729c
x86: drop pointless uses of __func__ / __FUNCTION__

Non-debugging message text should be (and is in the cases here)
distinguishable without also logging function names. Debugging message
text, otoh, already includes file name and line number, so also
logging function names is redundant. One relatively pointless debugging
message gets removed altogether. In another case a missing log level
specifier gets added at once.

Signed-off-by: Jan Beulich <jbeulich@suse.com>
Reviewed-by: Andrew Cooper <andrew.cooper3@citrix.com>
xen/arch/x86/io_apic.c
xen/arch/x86/irq.c
xen/arch/x86/msi.c
xen/arch/x86/time.c
xen/arch/x86/xstate.c